home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / msql-1.0.6 / src / tests / rtest.src / 2.out < prev    next >
Text File  |  1995-01-04  |  907b  |  75 lines

  1.  
  2. Welcome to the miniSQL monitor.  Type \h for help.
  3.  
  4.  
  5. mSQL >     -> 
  6. Query buffer
  7. ------------
  8.  
  9. insert into test(user,age,phone)values( 'Bambi',26,'(075) 951450')
  10. [continue]
  11.     -> 
  12. Query OK.
  13.  
  14.  
  15.  
  16.  
  17. mSQL > 
  18. Query buffer
  19. ------------
  20. insert into test(user,age,phone)values( 'paulp',25,'(075) 951412')
  21. [continue]
  22.     -> 
  23. Query OK.
  24.  
  25.  
  26.  
  27.  
  28. mSQL > 
  29. Query buffer
  30. ------------
  31. insert into test(user,age,phone)values( 'fred',31,'(075) 951431')
  32. [continue]
  33.     -> 
  34. Query OK.
  35.  
  36.  
  37.  
  38.  
  39. mSQL >     -> 
  40. Query buffer
  41. ------------
  42. insert into test2 (user, fullname) values ('paulp','Paul Pyyvaara') 
  43. [continue]
  44.     -> 
  45. Query OK.
  46.  
  47.  
  48.  
  49.  
  50. mSQL > 
  51. Query buffer
  52. ------------
  53. insert into test2 (user, fullname) values ('Bambi','David J. Hughes') 
  54. [continue]
  55.     -> 
  56. Query OK.
  57.  
  58.  
  59.  
  60.  
  61. mSQL > 
  62. Query buffer
  63. ------------
  64. insert into test2 (user, fullname) values ('fred','Fred O\'Niell') 
  65. [continue]
  66.     -> 
  67. Query OK.
  68.  
  69.  
  70.  
  71.  
  72. mSQL >     ->     -> 
  73. Bye!
  74.  
  75.